<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.msgbox{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;z-index:99;top:0;left:0;bottom:0;right:0;}
.showmsg{width:400px;min-height:300px;position:fixed;z-index:100;top:50%;left:50%;margin-left:-200px;margin-top:-150px;}
@media (max-width: 399px) {
	.showmsg{
		width:80%;
		margin-left:0;
		left:10%;
	}
}
.showmsg h3.msg-title{
	background-color: #f3f3f3;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	padding: 15px 10px;
	margin:0px;
	font-size:16px;
	border-bottom:1px solid #e5e5e5;
	}
.showmsg .btn-closemsg{
	cursor:pointer;position:
	absolute;
	right:10px;
	top:10px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	}
.showmsg p.msg-content{
	background-color:#fff;
	color:#000;
	line-height:2em;
	padding:10px 15px;
	
}</pre></body></html>